From 3375cf86c1aa9cf5c15781e42d6e98d6dba65052 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 30 Jan 2009 05:15:34 +0000 Subject: [PATCH] * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP. Initialize it as a relative filename pattern. (init_callproc): Don't initialize Vtemp_file_name_pattern here. (Fcall_process_region): Simplify temp file creation using temporary-file-directory. --- src/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 539c9876fab..1c01ef731c7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2009-01-30 Chong Yidong + + * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP. + Initialize it as a relative filename pattern. + (init_callproc): Don't initialize Vtemp_file_name_pattern here. + (Fcall_process_region): Simplify temp file creation using + temporary-file-directory. + 2009-01-29 Eli Zaretskii * msdos.c: Rename pending_signals to msdos_pending_signals. -- 2.30.2